156. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:41 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

156.1 Files compared

#LocationFileLast Modified
12023-07-12 04:42:41 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Smartwave/Filterproducts/view/adminhtml/web/template/content-type/filterproducts/gridpreview.html2023-06-29 02:35:28 +0000

156.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted116
Removed00

156.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

156.4 Active regular expressions

No regular expressions were active.

156.5 Comparison detail

    1 <!--
    2 /**
    3  * Copyright © Magento, Inc. All rights reserved.
    4  * See COPYING.txt for license details.
    5  */
    6 -->
    7 
    8 <div class="pagebuilder-content-type pagebuilder-filterproducts" data-bind="event: { mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false">
    9     <div attr="data.main.attributes" ko-style="data.main.style" css="data.main.css">
    10         <div if="displayPreview" class="rendered-content" html="widgetUnsanitizedHtml" afterRender="onAfterRender"></div>
    11         <div ifnot="displayPreview" class="pagebuilder-products-placeholder">
    12             <span class="placeholder-text" text="placeholderText"></span>
    13         </div>
    14     </div>
    15     <render args="getOptions().template" ></render>
    16 </div>